home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB User's Guide / Visual MSB User's Guide.rsrc / PICT_9.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  88KB  |  816x1056  |  16-bit (679 colors)
Labels: book | bulletin board | chat room | crt screen | hakham | poster | reckoner | rock | sky | web site
OCR: Highest fo Lowest Precedence Function calls Parentheses enclosure Array elements Negation Multiply Division Addition Subtraction Equal to Not equal to Less than Less than or equal to Greater than Greater than or equal to AND Logical AND Logical OR Strings can be concatenated with the+ (plus) operator Note: Some BASIC's use the symbol as the 'to power to operator see the Power( function Variables Variables need to be declared in the DIM command before being used in your program. If variables are declared in GLOBAL module using the DIM command, then all SUB and FUNCTION procedures have access tc the variable. A variable declared inside SUB or FUNCTION only accessible within that procedure Dim var [. var var This command will create variables for storing numeric and string values There are fi ...